Einhugur Word Plugin for Xojo

TableCell.Border Method

Returns border info object of given type for the table.

Border(
   type as EinhugurWord.BorderParts) as EinhugurWord.TableBorder

Parameters

type
The type of border to request.

Returns

EinhugurWord.TableBorder
Border object of requested type. Object is always returned no matter if cell has border or not.

Remarks

See Also

TableCell Class